home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_02
/
9n02120a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-12-03
|
313 b
|
8 lines
VAR( int, foo ); /* simple variable */
INIT( WORD, bar, 5 ); /* init variable */
INIT( BYTE, aaa[5], { 1,2,3,4,5});
/* init array */
TBL( BYTE, tbl[], table.h); /* init table */